type github.com/refraction-networking/utls.prfFunc
8 uses
github.com/refraction-networking/utls (current package)
prf.go#L21: type prfFunc func(secret []byte, label string, seed []byte, keyLen int) []byte
prf.go#L74: func prf12(hashFunc func() hash.Hash) prfFunc {
prf.go#L91: func prfAndHashForVersion(version uint16, suite *cipherSuite) (prfFunc, crypto.Hash) {
prf.go#L105: func prfForVersion(version uint16, suite *cipherSuite) prfFunc {
prf.go#L184: prf prfFunc
u_public.go#L563: Prfv2 prfFunc
u_public.go#L571: func prfFuncV1ToV2(v1 prfFuncOld) prfFunc {
u_public.go#L579: func prfFuncV2ToV1(v2 prfFunc) prfFuncOld {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |